home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tosspd.zip / HOST.CFG < prev    next >
Text File  |  1992-11-08  |  3KB  |  105 lines

  1. ;
  2. ;       ┌───────────────────────────────────────────────────┐
  3. ;       │  TOSS CONFIGURATION FILE                TOSS 1.2  │
  4. ;       │  Edit for your host.                              │
  5. ;       │  Any line beginning with a semi-colon is ignored. │
  6. ;       │  Conmands may be upper or lower case.             │
  7. ;       └───────────────────────────────────────────────────┘
  8. ;
  9. ;
  10. ;     Specify the name of the HOST (see line 5 of host's CONTROL.DAT).
  11. ;    (MANDATORY)
  12. HOSTNAME=FLUSH
  13. ;
  14. ;    QWKNAME=Path and name of the QWK file from host.
  15. ;    (MANDATORY)
  16. QWKNAME=C:\temp\FLUSH.QWK
  17. ;
  18. ;    REPNAME=Path and name to use when creating the REP file.
  19. ;    (MANDATORY)
  20. REPNAME=C:\temp\FLUSH.REP
  21. ;
  22. ;       WORKDIR=Subdirectory where TOSS can process files.
  23. ;    (MANDATORY)
  24. WORKDIR=C:\Tosser\work
  25. ;
  26. ;       ┌──────────────────────────────────────────────────┐
  27. ;       │ Parameters CONF, EXEMPT, DENY, EXPORT and IMPORT │
  28. ;       │ may have multiple settings.                      │
  29. ;       │ Just add additional lines with the same syntax.  │
  30. ;       └──────────────────────────────────────────────────┘
  31. ;
  32. ;     CONF=Define conference numbers and associated RBBS message files.
  33. ;    print you host's CONTROL.DAT if you're not sure.
  34. ;       (MANDATORY)
  35. ;CONF=50,c:\rbbs\conf\pwcm.def
  36. ;
  37. ;    EXEMPT= User's who may export/import private mail
  38. ;    not matter what ALLOWPRIVATE is set to.
  39. ;    BTW, this will test before IMPORT/EXPORT name converting,
  40. ;    SYSOP=YOU. Don't forget import names too, if applicable!
  41. ;       (OPTIONAL)
  42. EXEMPT=Sysop
  43. EXEMPT=Marion Royal
  44. ;
  45. ;    DENY= Any user who you do not want to
  46. ;    import or export messages.
  47. ;       (OPTIONAL)
  48. ;DENY=Joe Loser
  49. ;
  50. ;    EXPORT= Convert user names from->to for exported messages.
  51. ;    Remember to include
  52. ;    EXPORT=SYSOP,your name
  53. ;    and
  54. ;    EXPORT=host's name,SYSOP
  55. ;       (OPTIONAL, But recomended)
  56. EXPORT=Sysop,Jim Storch
  57. EXPORT=Marion Royal,Sysop
  58. ;
  59. ;    IMPORT= Convert user names from->to for imported messages.
  60. ;    Remember to include
  61. ;    IMPORT=your name,SYSOP
  62. ;    and
  63. ;    IMPORT=SYSOP,host's name
  64. ;       (OPTIONAL, But recomended)
  65. IMPORT=Jim Storch,Sysop
  66. IMPORT=Sysop,Marion Royal
  67. ;
  68. ;
  69. ;       TAGLINE=Whatever you like, 70 chars
  70. ;       (OPTIONAL: But you get mine if not specified)
  71. TAGLINE=<<<WATSON NETWORK>>> <<<NODE ELHARB>>>
  72. ;
  73. ;       ALLOWPRIVATE=YES or NO (Actually NO = anthing other than YES)
  74. ;    Specify whether private messages will be processed by the
  75. ;    tosser.
  76. ;       (OPTIONAL, Default=NO)
  77. ;ALLOWPRIVATE=YES
  78. ;
  79. ;    APPENDREP=Yes or No
  80. ;       If the .REP file already exists, append new messages to it.
  81. ;       (OPTIONAL, Default=No)
  82. ;APPENDREP=YES
  83. ;
  84. ;    KILLQWK=Yes or No
  85. ;    Delete the host's .QWK file after reading in messages.
  86. ;       (OPTIONAL, Default=No)
  87. ;KILLQWK=YES
  88. ;
  89. ;    COMPRESS= Parameters for compressing the REP packet.
  90. ;       The program will tack on {workdir\hostname}.MSG {REPNAME}
  91. ;    to the end of this string.
  92. ;       (OPTIONAL, Default=PKZIP -ex)
  93. ;    (I'm not too sure about these others and would appreciate any input)
  94. ;COMPRESS=PKPAK
  95. ;COMPRESS=LHA a -m
  96. ;COMPRESS=ARJ a
  97. ;
  98. ;    UNCOMPRESS= Parameters for uncompressing the QWK packet.
  99. ;       The program will tack on {QWKNAME} {WORKDIR} to the end.
  100. ;       (OPTIONAL, Default=PKUNZIP -o)
  101. ;    (Again, would appreciate any input from NON-zip users)
  102. ;UNCOMPRESS=PKUNPAK
  103. ;UNCOMPRESS=LHA x
  104. ;UNCOMPRESS=ARJ a
  105.